home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_bind.idb / usr / freeware / var / named / mkdns / subfoo.soa.z / subfoo.soa
Encoding:
Text File  |  1999-04-16  |  724 b   |  27 lines

  1. @    IN    SOA    HOSTNAME. named-mgr.FOO.COM. (
  2.                 SERIALNUMBER    ; Serial
  3.                 3600    ; Refresh 1 hour
  4.                 3600    ; Retry   1 hour
  5.                 3600000 ; Expire  1000 hours
  6.                 3600 )    ; Minimum 1 hour
  7.  
  8. ;there is a period after HOSTNAME below
  9.         IN    NS        HOSTNAME.
  10.         IN    NS        backup.subfoo.foo.com.
  11. ;there is a period after HOSTNAME and none after HOSTADDR below
  12. HOSTNAME.    IN    A        HOSTADDR
  13.  
  14.  
  15. ; Sample SOA data for the subfoo.foo.com domain.  It assumes there
  16. ;    is a backup server named backup.subfoo.foo.com.
  17.  
  18. ;    "$Revision: 1.1 $"
  19.  
  20. ; See the files local.make.script, subfoo.hosts.soa and subfoo.soa
  21.  
  22. ; The file subfoo.hosts.soa should be edited appropriately, renamed
  23. ;    with the name of the subdomain, and moved to the /var/named
  24. ;    directory.
  25.  
  26.  
  27.